Closeable

An object that may hold resources until it is closed.

Inheritors

Functions

Link copied to clipboard
abstract fun close()
Closes this object and releases all resources associated with it.
Link copied to clipboard
abstract fun isClosed(): Boolean
Returns true if the current object is closed.